home *** CD-ROM | disk | FTP | other *** search
/ Complete RPG Maker XP - 41 Games / tg esp 48 rpg maker.iso / RPG3D / Tools_Utilities / Quark.exe / Quark / addons / KingPin / UserData KingPin.qrk < prev   
Encoding:
Text File  |  2001-03-20  |  2.8 KB  |  155 lines

  1. QQRKSRC1
  2. // This file has been written by QuArK quarksnapshot_20001015
  3. // It's the text version of file: UserData KingPin.qrk
  4.  
  5. //$Header: /cvsroot/quark/runtime/addons/KingPin/UserData\040KingPin.qrk,v 1.2 2001/03/20 21:57:21 decker_dk Exp $
  6. // ----------- REVISION HISTORY ------------
  7. //$Log: UserData\040KingPin.qrk,v $
  8. //Revision 1.2  2001/03/20 21:57:21  decker_dk
  9. //Added log-header / misc.
  10. //
  11.  
  12. {
  13.   Description = "Custom configuration file for Kingpin"
  14.   MapObjPanel.qrk =
  15.   {
  16.     cube: =
  17.     {
  18.       new cube:p =
  19.       {
  20.         east:f =
  21.         {
  22.           v = '64 0 0 64 128 0 64 0 128'
  23.           tex = "[auto]"
  24.         }
  25.         west:f =
  26.         {
  27.           v = '-64 0 0 -64 -128 0 -64 0 128'
  28.           tex = "[auto]"
  29.         }
  30.         north:f =
  31.         {
  32.           v = '0 64 0 -128 64 0 0 64 128'
  33.           tex = "[auto]"
  34.         }
  35.         south:f =
  36.         {
  37.           v = '0 -64 0 128 -64 0 0 -64 128'
  38.           tex = "[auto]"
  39.         }
  40.         up:f =
  41.         {
  42.           v = '0 0 64 128 0 64 0 128 64'
  43.           tex = "[auto]"
  44.         }
  45.         down:f =
  46.         {
  47.           v = '0 0 -64 128 0 -64 0 -128 -64'
  48.           tex = "[auto]"
  49.         }
  50.       }
  51.     }
  52.     light: =
  53.     {
  54.       light:e =
  55.       {
  56.         origin = "0 0 0"
  57.       }
  58.     }
  59.   }
  60.   Menu.qrk =
  61.   {
  62.     item: =
  63.     {
  64.       Txt = "&GO ! (textures+build+KP)"
  65.       Shortcut = "Ctrl+R"
  66.       Textures = "1"
  67.       RunGame = "1"
  68.       ExportMapFile = "1"
  69.       BuildPgm1 = "1"
  70.       BuildPgm2 = "1"
  71.       BuildPgm3 = "1"
  72.     }
  73.     item: =
  74.     {
  75.       Txt = "Quic&kGO ! (no VIS, fast LIGHT)"
  76.       Shortcut = "Ctrl+K"
  77.       Textures = "1"
  78.       RunGame = "1"
  79.       BuildPgm1 = "1"
  80.       BuildPgm3 = "1"
  81.       ExportMapFile = "1"
  82.     }
  83.     item: =
  84.     {
  85.       Txt = "QuickGO on &selection only"
  86.       Shortcut = "Ctrl+P"
  87.       SelOnly = "1"
  88.       Textures = "1"
  89.       RunGame = "1"
  90.       BuildPgm1 = "1"
  91.       BuildPgm3 = "1"
  92.       ExportMapFile = "1"
  93.     }
  94.     item: =
  95.     {
  96.       Txt = "-"
  97.     }
  98.     item: =
  99.     {
  100.       Txt = "&Prepare used textures"
  101.       Textures = "1"
  102.     }
  103.     item: =
  104.     {
  105.       Txt = "&Complete rebuild"
  106.       Pause = "1"
  107.       ExportMapFile = "1"
  108.       Textures = "1"
  109.       BuildPgm1 = "1"
  110.       BuildPgm2 = "1"
  111.       BuildPgm3 = "1"
  112.     }
  113.     item: =
  114.     {
  115.       Txt = "&Run KingPin"
  116.       RunGame = "1"
  117.     }
  118.     item: =
  119.     {
  120.       Txt = "-"
  121.     }
  122.     item: =
  123.     {
  124.       Txt = "&QBSP (.bsp file creation)"
  125.       Pause = "1"
  126.       BuildPgm1 = "1"
  127.       ExportMapFile = "1"
  128.     }
  129.     item: =
  130.     {
  131.       Txt = "&VIS (visibility list)"
  132.       Pause = "1"
  133.       BuildPgm2 = "1"
  134.     }
  135.     item: =
  136.     {
  137.       Txt = "&LIGHT (light projection)"
  138.       Pause = "1"
  139.       BuildPgm3 = "1"
  140.     }
  141.     item: =
  142.     {
  143.       Txt = "-"
  144.     }
  145.     item: =
  146.     {
  147.       Txt = "QBSP - only &entities"
  148.       Pause = "1"
  149.       ExportMapFile = "1"
  150.       BuildPgm1 = "1"
  151.       BuildArgs1 = "-onlyents"
  152.     }
  153.   }
  154. }
  155.